type golang.org/x/net/idna.labelIter

8 uses

	golang.org/x/net/idna (current package)
		idna.go#L382: 	labels := labelIter{orig: s}
		idna.go#L599: type labelIter struct {
		idna.go#L607: func (l *labelIter) reset() {
		idna.go#L613: func (l *labelIter) done() bool {
		idna.go#L617: func (l *labelIter) result() string {
		idna.go#L624: func (l *labelIter) label() string {
		idna.go#L637: func (l *labelIter) next() {
		idna.go#L651: func (l *labelIter) set(s string) {